FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package fhir.argonaut.clinicalnotes#1.0.0 (62 ms)

Package fhir.argonaut.clinicalnotes
Type CapabilityStatement
Id Id
FHIR Version R3
Source http://fhir.org/guides/argonaut/clinicalnotes/http://fhir.org/guides/argonaut/clinicalnotes/1.0.0/CapabilityStatement-argonaut-clinical-notes-server.html
Url http://fhir.org/guides/argonaut/clinicalnotes/CapabilityStatement/argonaut-clinical-notes-server
Version 1.0.0
Status active
Date 2019-03-04T00:00:00+11:00
Name clinical_notes
Title Argonaut Clinical Notes CapabilityStatement
Experimental False
Realm us
Authority hl7
Description This profile defines the expected capabilities of an Argonaut Data Query server when conforming to the Argonaut Data Query Clinical Notes IG. The CapabilityStatement resource includes the complete list of actual Clinical Notes profiles, RESTful operations, and search parameters supported by Argonaut Data Query Servers. Servers have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
argonaut.us.clinicalnotes-1.0.0 Argonaut Clinical Notes


Narrative

Note: links and images are rebased to the (stated) source

Argonaut Clinical Notes CapabilityStatement

This profile defines the expected capabilities of an Argonaut Data Query server when conforming to the Argonaut Data Query Clinical Notes IG. The CapabilityStatement resource includes the complete list of actual Clinical Notes profiles, RESTful operations, and search parameters supported by Argonaut Data Query Servers. Servers have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.

  • FHIR Version: 3.0.1
  • Supported formats: xml, json
  • Published: 2019-03-04
  • Published by: The Argonaut Project

FHIR RESTful Capabilities

The Argonaut Clinical Notes Data Query Server SHALL:

  1. Implement the RESTful behavior according to the FHIR specification including returning the appropriate response classes as described in the FHIR specification for FHIR RESTful API.
  2. Support json resource formats for all Argonaut Clinical Notes interactions.
  3. Declare a CapabilityStatement identifying the list of profiles, operations, search parameter supported.
  4. Support xml resource formats for all Argonaut questionnaire interactions.

Security:

For general security consideration refer to the Security and Privacy Considerations.

RESTful Capabilities by Resource/Profile:

Summary of Operations

  • SHOULD support the $expand operation.
  • Summary of Search Criteria

    Resource TypeSupported ProfilesSupported SearchesSupported Includes
    DocumentReference

    Argonaut Clinical Notes Profile 

    _id, class, created, patient, type, class+created+patient, class+patient, created+patient, created+patient+type, patient+type
    DiagnosticReport

    Argonaut Diagnostic Report Profile for Report and Note exchange 

    _id, category, code, patient, date, category+date+patient, category+patient, code+date+patient, code+patient, date+patient
    Binary _id

    DocumentReference

    Supported Profiles:

    Argonaut Clinical Notes Profile 

    • The search parameters created, class, and type MAY NOT be available as a single search parameter but SHALL be available in the combinations listed below.

    Reference Policy: resolves

    Versioning Policy: versioned

    Profile Interaction Summary:

    • SHALL support create, read, delete.

    Fetch and Search Criteria:

    • A Server SHALL be capable of returning a DocumentReference resource using:
      GET [base]/DocumentReference/[id]

    Search Parameter Summary:

    ConformanceParameterTypeExample
    SHALL_id token GET [base]/DocumentReference?_id=[id]
    SHALLclass token GET [base]/DocumentReference?class=[system]|[code]
    SHALLcreated date GET [base]/DocumentReference?created=[created]
    SHALLsubject reference GET [base]/DocumentReference?patient=[patient]
    SHALLtype token GET [base]/DocumentReference?type=[system]|[code]

    Search Parameter Combination Summary:

    ConformanceParameter CombinationExample
    SHALLclass+created+patient GET [base]/DocumentReference?class=[system]|[code]&created=[created]&patient=[patient]
    SHALLclass+patient GET [base]/DocumentReference?class=[system]|[code]&patient=[patient]
    SHALLcreated+patient GET [base]/DocumentReference?created=[created]&patient=[patient]
    SHALLcreated+patient+type GET [base]/DocumentReference?created=[created]&patient=[patient]&type=[system]|[code]
    SHALLpatient+type GET [base]/DocumentReference?patient=[patient]&type=[system]|[code]

    DiagnosticReport

    Supported Profiles:

    Argonaut Diagnostic Report Profile for Report and Note exchange 

    • The search parameters date, category, and code MAY NOT be available as a single search parameter but SHALL be available in the combinations listed below.

    Reference Policy: resolves

    Versioning Policy: versioned

    Profile Interaction Summary:

    • SHALL support create, read, delete.

    Fetch and Search Criteria:

    • A Server SHALL be capable of returning a DiagnosticReport resource using:
      GET [base]/DiagnosticReport/[id]

    Search Parameter Summary:

    ConformanceParameterTypeExample
    SHALL_id token GET [base]/DiagnosticReport?_id=[id]
    SHOULDcategory token GET [base]/DiagnosticReport?category=[system]|[code]
    SHALLcode token GET [base]/DiagnosticReport?code=[system]|[code]
    SHALLpatient reference GET [base]/DiagnosticReport?patient=[patient]
    SHOULDdate date GET [base]/DiagnosticReport?date=[date]

    Search Parameter Combination Summary:

    ConformanceParameter CombinationExample
    SHOULDcategory+date+patient GET [base]/DiagnosticReport?category=[system]|[code]&date=[date]&patient=[patient]
    SHALLcategory+patient GET [base]/DiagnosticReport?category=[system]|[code]&patient=[patient]
    SHOULDcode+date+patient GET [base]/DiagnosticReport?code=[system]|[code]&date=[date]&patient=[patient]
    SHALLcode+patient GET [base]/DiagnosticReport?code=[system]|[code]&patient=[patient]
    SHOULDdate+patient GET [base]/DiagnosticReport?date=[date]&patient=[patient]

    Binary

    Reference Policy: resolves

    Versioning Policy: versioned

    Profile Interaction Summary:

    • SHALL support read.

    Fetch and Search Criteria:

    • A Server SHALL be capable of returning a Binary resource using:
      GET [base]/Binary/[id]

    Search Parameter Summary:

    ConformanceParameterTypeExample
    SHALL_id token GET [base]/Binary?_id=[id]


    Source

    {
      "resourceType" : "CapabilityStatement",
      "id" : "argonaut-clinical-notes-server",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"title\">Argonaut Clinical Notes CapabilityStatement</h2><p>This profile defines the expected capabilities of an Argonaut Data Query server when conforming to the Argonaut Data Query Clinical Notes IG. The CapabilityStatement resource includes the complete list of actual Clinical Notes profiles, RESTful operations, and search parameters supported by Argonaut Data Query Servers. Servers have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.</p><ul><li>FHIR Version: 3.0.1</li><li>Supported formats: xml, json</li><li>Published: 2019-03-04</li><li>Published by: The Argonaut Project</li></ul><h3 id=\"behavior\">FHIR RESTful Capabilities</h3><p>The Argonaut Clinical Notes Data Query Server <strong>SHALL</strong>:</p><ol><li>Implement the RESTful behavior according to the FHIR specification including returning the appropriate response classes as described in the FHIR specification for <a href=\"http://hl7.org/fhir/STU3/http.html\">FHIR RESTful API</a>.</li><li>Support json resource formats for all Argonaut Clinical Notes interactions.</li><li>Declare a CapabilityStatement identifying the list of profiles, operations, search parameter supported.</li><li>Support xml resource formats for all Argonaut questionnaire interactions.</li></ol><p id=\"security\"><strong>Security:</strong></p><p>For general security consideration refer to the <a href=\"https://argonautproject.github.io/questionnaire/index.html#security-and-privacy-considerations\">Security and Privacy Considerations</a>.</p><h3 id=\"resource--details\" class=\"no_toc\">RESTful Capabilities by Resource/Profile:</h3><p><strong>Summary of Operations</strong></p><li><strong>SHOULD</strong> support the\t<a href=\"http://hl7.org/fhir/R4/valueset-operation-expand.html\"><code>$expand</code></a> operation.</li><p><strong>Summary of Search Criteria</strong></p><table class=\"grid\"><thead><tr><th>Resource Type</th><th>Supported Profiles</th><th>Supported Searches</th><th>Supported Includes</th></tr></thead><tbody><tr><td><a href=\"#documentreference\">DocumentReference</a></td><td><p><a href=\"http://fhir.org/guides/argonaut/clinicalnotes/StructureDefinition/argo-clinicalnotes\">Argonaut Clinical Notes Profile </a></p></td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t_id, \n\t\t\t\t\t\t\tclass, \n\t\t\t\t\t\t\tcreated, \n\t\t\t\t\t\t\tpatient, \n\t\t\t\t\t\t\ttype, class+created+patient, class+patient, created+patient, created+patient+type, patient+type\n\t\t\t\t\t\t</td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</td></tr><tr><td><a href=\"#diagnosticreport\">DiagnosticReport</a></td><td><p><a href=\"http://fhir.org/guides/argonaut/clinicalnotes/StructureDefinition/argo-diagnosticreport-notes-and-reports\">Argonaut Diagnostic Report Profile for Report and Note exchange </a></p></td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t_id, \n\t\t\t\t\t\t\tcategory, \n\t\t\t\t\t\t\tcode, \n\t\t\t\t\t\t\tpatient, \n\t\t\t\t\t\t\tdate, category+date+patient, category+patient, code+date+patient, code+patient, date+patient\n\t\t\t\t\t\t</td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</td></tr><tr><td><a href=\"#binary\">Binary</a></td><td>\n\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t</td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t_id\n\t\t\t\t\t\t</td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</td></tr></tbody></table><br/><h4 id=\"documentreference\" class=\"no_toc\">DocumentReference</h4><p>Supported Profiles:\n\t\t\t<p><a href=\"http://fhir.org/guides/argonaut/clinicalnotes/StructureDefinition/argo-clinicalnotes\">Argonaut Clinical Notes Profile </a></p>\n\n\t\t\t\t</p><ul><li>The search parameters <code>created</code>, <code>class</code>, and <code>type</code> MAY NOT be available as a <em>single</em> search parameter but SHALL be available in the combinations listed below.</li></ul><p>Reference Policy: <code>resolves</code></p><p>Versioning Policy: <code>versioned</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>create</code>, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>read</code>, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>delete</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>\n\t\t\t\t\tA Server <strong>SHALL</strong> be capable of returning a DocumentReference resource using:\n\t\t\t\t\t<br/>\n\t\t\t\t\t\t<code class=\"highlighter-rouge\">GET [base]/DocumentReference/[id]</code>\n\t\t\t\t</li><br/></ul><p>Search Parameter Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a></td><td>\n\t\t\t\t\t\t\ttoken\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?_id=[id]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/DocumentReference-class\">class</a></td><td>\n\t\t\t\t\t\t\ttoken\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?class=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/DocumentReference-created\">created</a></td><td>\n\t\t\t\t\t\t\tdate\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?created=[created]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/DocumentReference-subject\">subject</a></td><td>\n\t\t\t\t\t\t\treference\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[patient]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/clinical-type\">type</a></td><td>\n\t\t\t\t\t\t\ttoken\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?type=[system]|[code]</code></td></tr></tbody></table><p>Search Parameter Combination Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter Combination</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td>class+created+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?class=[system]|[code]&amp;created=[created]&amp;patient=[patient]</code></td></tr><tr><td><strong>SHALL</strong></td><td>class+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?class=[system]|[code]&amp;patient=[patient]</code></td></tr><tr><td><strong>SHALL</strong></td><td>created+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?created=[created]&amp;patient=[patient]</code></td></tr><tr><td><strong>SHALL</strong></td><td>created+patient+type\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?created=[created]&amp;patient=[patient]&amp;type=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td>patient+type\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[patient]&amp;type=[system]|[code]</code></td></tr></tbody></table><h4 id=\"diagnosticreport\" class=\"no_toc\">DiagnosticReport</h4><p>Supported Profiles:\n\t\t\t<p><a href=\"http://fhir.org/guides/argonaut/clinicalnotes/StructureDefinition/argo-diagnosticreport-notes-and-reports\">Argonaut Diagnostic Report Profile for Report and Note exchange </a></p>\n\n\t\t\t\t</p><ul><li>The search parameters <code>date</code>, <code>category</code>, and <code>code</code> MAY NOT be available as a <em>single</em> search parameter but SHALL be available in the combinations listed below.</li></ul><p>Reference Policy: <code>resolves</code></p><p>Versioning Policy: <code>versioned</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>create</code>, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>read</code>, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>delete</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>\n\t\t\t\t\tA Server <strong>SHALL</strong> be capable of returning a DiagnosticReport resource using:\n\t\t\t\t\t<br/>\n\t\t\t\t\t\t<code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]</code>\n\t\t\t\t</li><br/></ul><p>Search Parameter Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a></td><td>\n\t\t\t\t\t\t\ttoken\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?_id=[id]</code></td></tr><tr><td><strong>SHOULD</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/DiagnosticReport-category\">category</a></td><td>\n\t\t\t\t\t\t\ttoken\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?category=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/clinical-code\">code</a></td><td>\n\t\t\t\t\t\t\ttoken\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?code=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/clinical-patient\">patient</a></td><td>\n\t\t\t\t\t\t\treference\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[patient]</code></td></tr><tr><td><strong>SHOULD</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/clinical-date\">date</a></td><td>\n\t\t\t\t\t\t\tdate\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?date=[date]</code></td></tr></tbody></table><p>Search Parameter Combination Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter Combination</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHOULD</strong></td><td>category+date+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?category=[system]|[code]&amp;date=[date]&amp;patient=[patient]</code></td></tr><tr><td><strong>SHALL</strong></td><td>category+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?category=[system]|[code]&amp;patient=[patient]</code></td></tr><tr><td><strong>SHOULD</strong></td><td>code+date+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?code=[system]|[code]&amp;date=[date]&amp;patient=[patient]</code></td></tr><tr><td><strong>SHALL</strong></td><td>code+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?code=[system]|[code]&amp;patient=[patient]</code></td></tr><tr><td><strong>SHOULD</strong></td><td>date+patient\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?date=[date]&amp;patient=[patient]</code></td></tr></tbody></table><h4 id=\"binary\" class=\"no_toc\">Binary</h4><p>Reference Policy: <code>resolves</code></p><p>Versioning Policy: <code>versioned</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>read</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>\n\t\t\t\t\tA Server <strong>SHALL</strong> be capable of returning a Binary resource using:\n\t\t\t\t\t<br/>\n\t\t\t\t\t\t<code class=\"highlighter-rouge\">GET [base]/Binary/[id]</code>\n\t\t\t\t</li><br/></ul><p>Search Parameter Summary:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\">_id</a></td><td>\n\t\t\t\t\t\t\ttoken\n\t\t\t\t\t\t</td><td><code class=\"highlighter-rouge\">GET [base]/Binary?_id=[id]</code></td></tr></tbody></table><br/></div>"
      },
      "url" : "http://fhir.org/guides/argonaut/clinicalnotes/CapabilityStatement/argonaut-clinical-notes-server",
      "version" : "1.0.0",
      "name" : "clinical_notes",
      "title" : "Argonaut Clinical Notes CapabilityStatement",
      "status" : "active",
      "experimental" : false,
      "date" : "2019-03-04T00:00:00+11:00",
      "publisher" : "The Argonaut Project",
      "contact" : [
        {
          "telecom" : [
            {
              "system" : "url",
              "value" : "https://github.com/argonautproject/questionnaire/issues"
            }
          ]
        }
      ],
      "description" : "This profile defines the expected capabilities of an Argonaut Data Query server when conforming to the Argonaut Data Query Clinical Notes IG. The CapabilityStatement resource includes the complete list of actual Clinical Notes profiles, RESTful operations, and search parameters supported by Argonaut Data Query Servers. Servers have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.",
      "jurisdiction" : [
        {
          "coding" : [
            {
              "system" : "urn:iso:std:iso:3166",
              "code" : "US",
              "display" : "United States of America"
            }
          ]
        }
      ],
      "kind" : "requirements",
      "fhirVersion" : "3.0.1",
      "format" : [
        "xml",
        "json"
      ],
      "patchFormat" : [
        "application/json-patch+json"
      ],
      "implementationGuide" : [
        "http://fhir.org/guides/argonaut/clinicalnotes/ImplementationGuide/argonaut.us.clinicalnotes-1.0.0"
      ],
      "rest" : [
        {
          "mode" : "server",
          "documentation" : "The Argonaut Clinical Notes Data Query Server **SHALL**:\n\n1. Implement the RESTful behavior according to the FHIR specification including returning the appropriate response classes as described in the FHIR specification for [FHIR RESTful API](http://hl7.org/fhir/STU3/http.html).\n1. Support json resource formats for all Argonaut Clinical Notes interactions.\n1. Declare a CapabilityStatement identifying the list of profiles, operations, search parameter supported.\n1. Support xml resource formats for all Argonaut questionnaire interactions.",
          "security" : {
            "description" : "For general security consideration refer to the [Security and Privacy Considerations](https://argonautproject.github.io/questionnaire/index.html#security-and-privacy-considerations)."
          },
          "resource" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    },
                    {
                      "url" : "required",
                      "valueString" : "class"
                    },
                    {
                      "url" : "required",
                      "valueString" : "created"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    },
                    {
                      "url" : "required",
                      "valueString" : "class"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    },
                    {
                      "url" : "required",
                      "valueString" : "created"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    },
                    {
                      "url" : "required",
                      "valueString" : "created"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    },
                    {
                      "url" : "required",
                      "valueString" : "type"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    },
                    {
                      "url" : "required",
                      "valueString" : "type"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                }
              ],
              "type" : "DocumentReference",
              "documentation" : "- The search parameters `created`, `class`, and `type` MAY NOT be available as a *single* search parameter but SHALL be available in the combinations listed below.",
              "interaction" : [
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "code" : "create"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "code" : "read"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "code" : "delete"
                }
              ],
              "versioning" : "versioned",
              "readHistory" : false,
              "updateCreate" : false,
              "referencePolicy" : [
                "resolves"
              ],
              "searchParam" : [
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "_id",
                  "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
                  "type" : "token"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "class",
                  "definition" : "http://hl7.org/fhir/SearchParameter/DocumentReference-class",
                  "type" : "token"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "created",
                  "definition" : "http://hl7.org/fhir/SearchParameter/DocumentReference-created",
                  "type" : "date"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "subject",
                  "definition" : "http://hl7.org/fhir/SearchParameter/DocumentReference-subject",
                  "type" : "reference"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "type",
                  "definition" : "http://hl7.org/fhir/SearchParameter/clinical-type",
                  "type" : "token"
                }
              ]
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHOULD"
                    },
                    {
                      "url" : "required",
                      "valueString" : "category"
                    },
                    {
                      "url" : "required",
                      "valueString" : "date"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    },
                    {
                      "url" : "required",
                      "valueString" : "category"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHOULD"
                    },
                    {
                      "url" : "required",
                      "valueString" : "code"
                    },
                    {
                      "url" : "required",
                      "valueString" : "date"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    },
                    {
                      "url" : "required",
                      "valueString" : "code"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHOULD"
                    },
                    {
                      "url" : "required",
                      "valueString" : "date"
                    },
                    {
                      "url" : "required",
                      "valueString" : "patient"
                    }
                  ],
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
                }
              ],
              "type" : "DiagnosticReport",
              "documentation" : "- The search parameters `date`, `category`, and `code` MAY NOT be available as a *single* search parameter but SHALL be available in the combinations listed below.",
              "interaction" : [
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "code" : "create"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "code" : "read"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "code" : "delete"
                }
              ],
              "versioning" : "versioned",
              "readHistory" : false,
              "updateCreate" : false,
              "referencePolicy" : [
                "resolves"
              ],
              "searchParam" : [
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "_id",
                  "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
                  "type" : "token"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHOULD"
                    }
                  ],
                  "name" : "category",
                  "definition" : "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category",
                  "type" : "token"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "code",
                  "definition" : "http://hl7.org/fhir/SearchParameter/clinical-code",
                  "type" : "token"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "patient",
                  "definition" : "http://hl7.org/fhir/SearchParameter/clinical-patient",
                  "type" : "reference"
                },
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHOULD"
                    }
                  ],
                  "name" : "date",
                  "definition" : "http://hl7.org/fhir/SearchParameter/clinical-date",
                  "type" : "date"
                }
              ]
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "type" : "Binary",
              "interaction" : [
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "code" : "read"
                }
              ],
              "versioning" : "versioned",
              "readHistory" : false,
              "updateCreate" : false,
              "referencePolicy" : [
                "resolves"
              ],
              "searchParam" : [
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode" : "SHALL"
                    }
                  ],
                  "name" : "_id",
                  "definition" : "http://hl7.org/fhir/SearchParameter/Resource-id",
                  "type" : "token"
                }
              ]
            }
          ],
          "operation" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHOULD"
                }
              ],
              "name" : "expand",
              "definition" : {
                "reference" : "http://hl7.org/fhir/OperationDefinition/ValueSet-expand"
              }
            }
          ]
        }
      ]
    }

    XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.